home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2004 July & August / Gamestar_64_2004-07-08_dvd.iso / Dema / chaosleaguedemo-0.21-uk.exe / %16€ / Data / Sons / sound.xsd < prev    next >
Encoding:
Extensible Markup Language  |  2004-05-17  |  988 b   |  19 lines

  1. <?xml version="1.0"?>
  2. <xs:schema id="NewDataSet" targetNamespace="http://tempuri.org/sound.xsd" xmlns:mstns="http://tempuri.org/sound.xsd" xmlns="http://tempuri.org/sound.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" attributeFormDefault="qualified" elementFormDefault="qualified">
  3.   <xs:element name="sound">
  4.     <xs:complexType>
  5.       <xs:sequence>
  6.         <xs:element name="iNbMaxSoftwareChannels" type="xs:string" minOccurs="0" />
  7.         <xs:element name="iBufferSize" type="xs:string" minOccurs="0" />
  8.         <xs:element name="iMixRate" type="xs:string" minOccurs="0" />
  9.       </xs:sequence>
  10.     </xs:complexType>
  11.   </xs:element>
  12.   <xs:element name="NewDataSet" msdata:IsDataSet="true" msdata:Locale="fr-FR" msdata:EnforceConstraints="False">
  13.     <xs:complexType>
  14.       <xs:choice maxOccurs="unbounded">
  15.         <xs:element ref="sound" />
  16.       </xs:choice>
  17.     </xs:complexType>
  18.   </xs:element>
  19. </xs:schema>